home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / cnet / ansi_pack.lha / ANSI_List2 < prev    next >
Text File  |  1996-11-30  |  4KB  |  64 lines

  1. ****************************************************************************
  2. *         Amiga Ansi Codes; QUICK REVIEW LIST, v1.20 by: Dotoran!          *
  3. ****************************************************************************
  4.        Remember, press ESC key TWICE when using within CNet's Editors.
  5.  
  6. ESC [ x   A - Cursor UP    "x" rows within same column.
  7. ESC [ x   B - Cursor DOWN  "x" rows within same column.
  8. ESC [ x   C - Cursor RIGHT "x" cols within same row.
  9. ESC [ x   D - Cursor LEFT  "x" cols within same row.
  10. ESC [ x   E - Cursor DOWN  "x" rows and into column 1.
  11. ESC [ x   F - Cursor UP    "x" rows and into column 1.
  12. ESC [ r   f - Move Cursor to Row "r", Column  1.  (Same as "H" Below)
  13. ESC [  ;c f - Move Cursor to Row  1,  Column "c". (Same as "H" Below)
  14. ESC [ r;c f - Move Cursor to Row "r", Column "c". (Same as "H" Below)
  15. ESC [ r   H - Move Cursor to Row "r", Column  1.  (Same as "f" Above)
  16. ESC [  ;c H - Move Cursor to Row  1,  Column "c". (Same as "f" Above)
  17. ESC [ r;c H - Move Cursor to Row "r", Column "c". (Same as "f" Above)
  18. ESC [     J - Erase from the Cursor to the BOTTOM of Screen. (Same as 3J)
  19. ESC [ 1   J - Erase from HOME Position(Row 1, Column 1) to the Cursor.
  20. ESC [ 2   J - Erase the ENTIRE Screen, then place Cursor to HOME Position.
  21. ESC [ 3   J - Erase from the Cursor to the BOTTOM of Screen. (Same as J)
  22. ESC [     K - Erase from the Cursor to the END of the Line. (Same as 3K)
  23. ESC [ 1   K - Erase from the BEGINNING of the Line to the Cursor.
  24. ESC [ 2   K - Erase the ENTIRE Line the Cursor is sitting in.
  25. ESC [ 3   K - Erase from the Cursor to the END of the Line. (Same as K)
  26. ESC [ x   L - Insert "x" Lines BELOW the Cursor.
  27. ESC [ x   M - Delete "x" Lines STARTING at Line the Cursor is in.
  28. ESC [     m - Colors, Screen Display Modes, etc. Described Fully Below.
  29. ESC [ x   P - Pull (Delete) "x" Characters INTO the Cursor.
  30. ESC [ x   S - Slide (Move) Contents of Screen UP "x" Rows.
  31. ESC [     s - Save (Remember) Current Location(Row/Col) of the Cursor.
  32. ESC [ r   t - Set the BOTTOM Border of the Screen to Row "r".
  33. ESC [ x   T - Slide (Move) Contents of Screen DOWN "x" Rows.
  34. ESC [     u - Use (Recall) Last Saved Location(Row/Col) of the Cursor.
  35. ESC [ p   x - Move Cursor "p" Pixels to the RIGHT of Current Position.
  36. ESC [ p   y - Move Cursor "p" Pixels BELOW the Current Position.
  37. ESC [ x   @ - Insert "x" Characters AFTER the Cursor.
  38.  
  39.     Description of the "m" Style, ForeGround, BackGround Color Command:
  40. ============================================================================
  41.  
  42. ESC [s;f;b m - Change Visible Attributes of On Screen Text/Graphics.
  43.  
  44.         - "s" is Style, "f" is ForeGround, "b" is BackGround.
  45.  
  46.         - Text Styles:  0 - Normal Text (White Text On Black BackGround)
  47.                         1 - Bright Text (The High 8 Colors: 9-f MCI's)
  48.                         4 - UnderLined Text (Sometimes Called UnderScored)
  49.                         5 - Bold Text (Flashing Text on IBM's)
  50.                         7 - Reverse Text (ForeGround & BackGround Switch)
  51.  
  52.         - ForeGrounds: 30 - Black  Text   - BackGrounds: 40 - Black  Field
  53.                        31 - Red    Text                  41 - Red    Field
  54.                        32 - Green  Text                  42 - Green  Field
  55.                        33 - Yellow Text                  43 - Yellow Field
  56.                        34 - Blue   Text                  44 - Blue   Field
  57.                        35 - Purple Text                  45 - Purple Field
  58.                        36 - Cyan   Text                  46 - Cyan   Field
  59.                        37 - White  Text                  47 - White  Field
  60.  
  61. ****************************************************************************
  62. *   ALL Above ANSI Codes FULLY TESTED Using CNet Amiga, v3.05c & Higher!   *
  63. ****************************************************************************
  64.